home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / bin / cmu-haskell < prev    next >
Encoding:
Text File  |  1994-09-27  |  110 b   |  7 lines  |  [TEXT/ttxt]

  1. #!/bin/csh
  2. #
  3. # run cmu haskell
  4.  
  5. setenv HASKELLARGS "$argv"
  6. $HASKELL/bin/cmucl -core $HASKELL/bin/haskell.core
  7.